projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ac741c
)
(Fminibuffer_prompt_end): Update args to Ffield_end.
author
Miles Bader
<miles@gnu.org>
Thu, 15 Nov 2001 08:06:06 +0000
(08:06 +0000)
committer
Miles Bader
<miles@gnu.org>
Thu, 15 Nov 2001 08:06:06 +0000
(08:06 +0000)
src/minibuf.c
patch
|
blob
|
history
diff --git
a/src/minibuf.c
b/src/minibuf.c
index d496035eabce94e7ce457b409978612d63355c03..3fd3f985851ec8dc089fc618d0735c9877c6d729 100644
(file)
--- a/
src/minibuf.c
+++ b/
src/minibuf.c
@@
-332,7
+332,7
@@
Return (point-min) if current buffer is not a mini-buffer. */)
{
/* This function is written to be most efficient when there's a prompt. */
Lisp_Object beg = make_number (BEGV);
- Lisp_Object end = Ffield_end (beg, Qnil);
+ Lisp_Object end = Ffield_end (beg, Qnil
, Qnil
);
if (XINT (end) == ZV && NILP (Fget_char_property (beg, Qfield, Qnil)))
return beg;